home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / devel-docs / Makefile.am < prev    next >
Encoding:
Makefile  |  2000-12-21  |  273 b   |  18 lines

  1. SUBDIRS = libgimp pdb
  2.  
  3. EXTRA_DIST = \
  4.     README            \
  5.     README.gtkdoc        \
  6.     gih.txt          \
  7.     gpb.txt          \
  8.     parasites.txt        \
  9.     undo.txt        \
  10.     xcf.txt
  11.  
  12. files:
  13.     @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files macros/*; do \
  14.       echo $$p; \
  15.     done
  16.  
  17. # devel-docs/Makefile.am ends here
  18.